You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/easybuild/easyconfigs/m/Mathematica/Mathematica-13.1.0.eb b/easybuild/easyconfigs/m/Mathematica/Mathematica-14.2.1.eb
index e022b1330d..52b6292ed7 100644
--- a/easybuild/easyconfigs/m/Mathematica/Mathematica-13.1.0.eb+++ b/easybuild/easyconfigs/m/Mathematica/Mathematica-14.2.1.eb@@ -1,17 +1,29 @@-name = 'Mathematica'-version = '13.1.0'--homepage = 'https://www.wolfram.com/mathematica'-description = """Mathematica is a computational software program used in many scientific, engineering, mathematical-and computing fields."""+name = "Mathematica"+version = "14.2.1"+homepage = "https://www.wolfram.com/mathematica"+docurls = "https://reference.wolfram.com/language/"+description = """+ Mathematica is a computational software program+ used in many scientific, engineering, mathematical and computing fields.+"""
toolchain = SYSTEM
-sources = ['Mathematica_%(version)s_LINUX.sh']-checksums = ['199c9462c971fcce1a148dcf8fd3acc37ff0efdfc9a7fe13de6444dbbee936e3']-download_instructions = f"""{name} requires manual download from {homepage}-Required download: {' '.join(sources)}"""+sources = ["Wolfram_%(version)s_LIN.sh"]+checksums = ['58d2eeabd46f898177323f2e3802e19af7311861d5abf4c0185313196a1805c7']+download_instructions = """+Only the latest minor version release of the product can be downloaded from+https://user.wolfram.com/portal/myProducts.html+"""++postinstallmsgs = [+ "This Mathematica/Wolfram installer includes Qt6. Please ensure that your compute nodes ",+ "have the necessary dependencies available (see https://support.wolfram.com/59044), or alternatively, ",+ "load the Qt6 module together with this module. ",+]++license_server = "!license.example.com"-license_server = 'license.example.com'+modloadmsg = "To start the notebook interface, commonly called the front end, use the wolframnb CLI command."-moduleclass = 'math'+moduleclass = "math"
diff --git a/easybuild/easyconfigs/m/Mathematica/Mathematica-13.0.0.eb b/easybuild/easyconfigs/m/Mathematica/Mathematica-14.2.1.eb
index c24bebd0a3..52b6292ed7 100644
--- a/easybuild/easyconfigs/m/Mathematica/Mathematica-13.0.0.eb+++ b/easybuild/easyconfigs/m/Mathematica/Mathematica-14.2.1.eb@@ -1,17 +1,29 @@-name = 'Mathematica'-version = '13.0.0'--homepage = 'https://www.wolfram.com/mathematica'-description = """Mathematica is a computational software program used in many scientific, engineering, mathematical-and computing fields."""+name = "Mathematica"+version = "14.2.1"+homepage = "https://www.wolfram.com/mathematica"+docurls = "https://reference.wolfram.com/language/"+description = """+ Mathematica is a computational software program+ used in many scientific, engineering, mathematical and computing fields.+"""
toolchain = SYSTEM
-sources = ['Mathematica_%(version)s_BNDL_LINUX.sh']-checksums = ['15bbad39a5995031325d1d178f63b00e71706d3ec9001eba6d1681fbc991d3e1']-download_instructions = f"""{name} requires manual download from {homepage}-Required download: {' '.join(sources)}"""+sources = ["Wolfram_%(version)s_LIN.sh"]+checksums = ['58d2eeabd46f898177323f2e3802e19af7311861d5abf4c0185313196a1805c7']+download_instructions = """+Only the latest minor version release of the product can be downloaded from+https://user.wolfram.com/portal/myProducts.html+"""++postinstallmsgs = [+ "This Mathematica/Wolfram installer includes Qt6. Please ensure that your compute nodes ",+ "have the necessary dependencies available (see https://support.wolfram.com/59044), or alternatively, ",+ "load the Qt6 module together with this module. ",+]++license_server = "!license.example.com"-license_server = 'license.example.com'+modloadmsg = "To start the notebook interface, commonly called the front end, use the wolframnb CLI command."-moduleclass = 'math'+moduleclass = "math"
diff --git a/easybuild/easyconfigs/m/Mathematica/Mathematica-12.1.1.eb b/easybuild/easyconfigs/m/Mathematica/Mathematica-14.2.1.eb
index b60fcf9625..52b6292ed7 100644
--- a/easybuild/easyconfigs/m/Mathematica/Mathematica-12.1.1.eb+++ b/easybuild/easyconfigs/m/Mathematica/Mathematica-14.2.1.eb@@ -1,17 +1,29 @@-name = 'Mathematica'-version = '12.1.1'--homepage = 'https://www.wolfram.com/mathematica'-description = """Mathematica is a computational software program used in many scientific, engineering, mathematical-and computing fields."""+name = "Mathematica"+version = "14.2.1"+homepage = "https://www.wolfram.com/mathematica"+docurls = "https://reference.wolfram.com/language/"+description = """+ Mathematica is a computational software program+ used in many scientific, engineering, mathematical and computing fields.+"""
toolchain = SYSTEM
-sources = ['Mathematica_%(version)s_LINUX.sh']-checksums = ['ad47b886be4a9864d70f523f792615a051d4ebc987d9a0f654b645b4eb43b30a']-download_instructions = f"""{name} requires manual download from {homepage}-Required download: {' '.join(sources)}"""+sources = ["Wolfram_%(version)s_LIN.sh"]+checksums = ['58d2eeabd46f898177323f2e3802e19af7311861d5abf4c0185313196a1805c7']+download_instructions = """+Only the latest minor version release of the product can be downloaded from+https://user.wolfram.com/portal/myProducts.html+"""++postinstallmsgs = [+ "This Mathematica/Wolfram installer includes Qt6. Please ensure that your compute nodes ",+ "have the necessary dependencies available (see https://support.wolfram.com/59044), or alternatively, ",+ "load the Qt6 module together with this module. ",+]++license_server = "!license.example.com"-license_server = 'license.example.com'+modloadmsg = "To start the notebook interface, commonly called the front end, use the wolframnb CLI command."-moduleclass = 'math'+moduleclass = "math"
The test-build with PR #3419 fails as no licence is available. I got the same error message when I am actually putting in our licence server. I am not sure if the problem is if our licence server not being up-to-date, or something else has changed. For that reason, I did not include a test-command in the EasyBlock. If anybody got a solution for that, I am all up for it.
I think the reason why it fails is it cannot find the licence server. Could you check and see if that is the case, as it appears the path to your licence file, or the licence file name is somehow not correct.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(created using
eb --new-pr)Requires new EasyBlock either:
or:
which is the EasyBlock provided by PR #21250